﻿/*首页 栏目标题*/
.sy-title h2 {
	font-size: 42px;
	line-height: 1;
}
.sy-title p {
	text-align-last: center;
	line-height: 1;
	margin-top: 24px;
}
/*banner*/
.banner {
	height: 100vh;
}
.banner .swiper-container {
	height: 100%;
}
.banner .swiper-container .swiper-slide{
	height: 100%;
	overflow: hidden;
}
.banner .swiper-container .swiper-slide:before{
	content: "";
	background: url(../images/bot.png) center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0.1;
}
.banner .swiper-container .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: ban 30s infinite linear;
}
.banner .sy-ban {
	width: 100%;
	height: 100%;
	padding: 100px 0 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.banner .sy-ban .content h3 {
	font-size: 28px;
	line-height: 1;
}
.banner .sy-ban .content h2 {
	font-size: 72px;
	line-height: 90px;
	margin: 20px 0 40px;
}
.banner .sy-ban .content p{
	line-height: 1;
}
.banner .sy-ban .content a{
	display: block;
	width: 180px;
	line-height: 58px;
	margin-top: 90px;
	border: 1px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	z-index: 0;
}
.banner .sy-ban .content a:before{
	background: #fff;
}
.banner .sy-ban .content a:hover{
	color: #188c49;
}
.banner ul li.swiper-slide-active .sy-ban .content h3 {
	animation-name: fadeInRight;
	animation-duration: 1.2s;
	animation-delay: 0.2s;
	animation-fill-mode: both;
}
.banner ul li.swiper-slide-active .sy-ban .content h2 {
	animation-name: fadeInRight;
	animation-duration: 1.2s;
	animation-delay: 0.3s;
	animation-fill-mode: both;
}

.banner ul li.swiper-slide-active .sy-ban .content p {
	animation-name: fadeInRight;
	animation-duration: 1.2s;
	animation-delay: 0.4s;
	animation-fill-mode: both;
}
.banner ul li.swiper-slide-active .sy-ban .content a {
	animation-name: fadeInRight;
	animation-duration: 1.2s;
	animation-delay: 0.5s;
	animation-fill-mode: both;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	width: 60px;
	height: 60px;
	background: none;
	margin-top: 10px;
}
.banner .swiper-button-prev{
	left: 4%;
}
.banner .swiper-button-next{
	right: 4%;
}

/*产品类别*/
.product .list li{
	padding: 20px;
	background:#f5f5f5;
	width: calc((100% - 40px) / 4);
}
.product .list .content{
	width: 100%;
}
.product .list .content .title{
	font-size: 36px;
	line-height: 44px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2 ;
	-webkit-box-orient:vertical;
}
.product .list .content p{
	line-height: 2;
	font-size: 14px;
	margin: 20px 0 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}
.product .list .content .more{
	display: block;
	width: 120px;
	font-size: 14px;
	line-height: 48px;
}
.product .list .content .more:before{
	background: #017716;
}
.product .list .pic {
	width: 100%;
	display: block;
	background: inherit;
	overflow: visible;
}
.product .list .pic img{
	mix-blend-mode: darken;
	margin: 0 auto;
}
.product .list .pic:hover img{
	transform: scale(1.05);
}
.product .list .content .title:hover{
	color: #188c49;
}

	.fenlei{ width: 600px; margin: 0 auto; padding-top: 40px;}
	.fenlei a{ border: solid 1px #ddd; padding: 0 40px;}


/*服务理念*/
.service{
	background: url(../images/servicebg.jpg) no-repeat center;
	background-attachment: fixed;
	position: relative;
	z-index: 0;
	padding: 6% 0;
}
.service:before{
	content: "";
	background: url(../images/bot.png) center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.2;
}
.service .content p{
	line-height: 2;
	margin: 40px 0 60px;
}
.service .content a{
	width: 170px;
	line-height: 60px;
	margin: 0 auto;
}
.service .content a span{
	display: block;
	/*margin-left: 10px;*/
}
.service .content a:hover span{
	margin-left: 20px;
}
/*关于我们*/
.about{
	background: url(../images/aboutbg.jpg) no-repeat center;
	background-attachment: fixed;
	padding: 100px 0;
}
.about .left{
	width: calc(100% - 540px);
	display: grid;
    align-content: space-between;
}
.about .left .title h2{
	font-size: 48px;
	margin-bottom: 40px;
	line-height: 1;
}
.about .left .title i{
	display: block;
	width: 50px;
	height: 3px;
}
.about .left .content{
	position: relative;
}
.about .left .content .letter{
	text-transform: uppercase;
	font-size: 110px;
	line-height: 92px;
	font-family: din;
	font-weight: 900;
	position: absolute;
	left: -7px;
	top: -52px;
	z-index: 0;
	-webkit-text-stroke: 2px #1a1a1a;
}
.about .left .content .letter1{
	z-index: 2;
}
.about .left .content .letter span{
	    color: transparent;
	-webkit-text-stroke: 2px #1a1a1a;
}
.about .left .content .pic{
	position: relative;
	z-index: 1;
}
.about .left .content .pic:hover img{
	transform: scale(1.1);
}
.about .right{
	width: 540px;
	padding: 60px 70px;
	background: #fff;
	box-shadow: 0 0 80px 0 rgba(0,0,0,0.06);
	border-top: 6px solid #3ba6e4;
}
.about .right .title h3{
	font-size: 42px;
	line-height: 56px;
}
.about .right .title span{
	display: block;
	font-size: 15px;
	margin: 20px 0 30px;
	text-transform: uppercase;
	line-height: 1.8;
	font-family: din;
}
.about .right .title i{
	display: block;
	width: 50px;
	height: 3px;
}
.about .right .content{
	margin: 60px 0 40px;
	padding-bottom: 32px;
	border-bottom: 1px solid #dbdbdb;
}
.about .right .content p{
	line-height: 2;
	font-size: 15px;
}
.about .right .data ul li .counter{
	font-size: 56px;
	line-height: 44px;
	margin-right: 10px;
	font-family: din;
}
.about .right .data ul li em{
	font-size: 18px;
	line-height: 1;
}
.about .right .data ul li p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 16px;
}
/*成功案例*/
.case .sy-title{
	background: url(../images/casebg.jpg) no-repeat center;
	padding: 70px 0;
}
.case .list{
	margin-bottom:50px;
}
.case .list ul li .title{
	height: 140px;
	display: grid;
	align-content: center;
	background: #fff;
	padding: 0 40px;
}
.case .list ul li:nth-child(2n) .title{
	background: #f5f5f5;
}
.case .list ul li .title i{
	display: block;
	background: #3ba6e4;
	width: 30px;
	height: 2px;
}
.case .list ul li .title a{
	display: block;
	font-size: 24px;
	line-height: 1;
	margin-top: 20px;
	font-weight: 400;
}
.case .list ul li .pic{
	display: block;
	position: relative;
	z-index: 0;
}
.case .list ul li .pic:before{
	content: "";
	width: 0;
	height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    opacity: 0;
	transition: all 0.4s;
}
.case .list ul li .pic i{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0);
	opacity: 0;
	transition-delay: 0.2s;
	z-index: 1;
}
.case .list ul li .title:hover i{
	width: 50px;
}
.case .list ul li .title a:hover{
	color: #188c49;
}
.case .list ul li .pic:hover:before{
	opacity: 1;
	left: 0;
	width: 100%;
}
.case .list ul li .pic:hover i{
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
}
.case .list ul li .pic:hover img{
	transform: scale(1.1);
}
.case .switch .swiper-pagination {
	position: unset;
	height: 2px;
	width: calc(100% - 140px);
	margin: 0 28px;
	background: #e5e5e5;
}
.case .switch .swiper-pagination .swiper-pagination-progressbar-fill {
	height: 100%;
	background: #1d8dcd;
	top: 0px;
}

.case .switch .swiper-button-prev,
.case .switch .swiper-button-next {
	position: unset;
	margin: 0;
	width: 42px;
	height: 42px;
	border: 1px solid #1d8dcd;
	background: #fff;
	transition: all 0.4s;
	color: #1d8dcd;
}
.case .switch .swiper-button-prev{
	transform: rotateY(180deg);
}
.case .switch .swiper-button-prev:hover,
.case .switch .swiper-button-next:hover {
	background: #1d8dcd;
	border-color: #1d8dcd;
}

.case .switch .swiper-button-prev:hover i,
.case .switch .swiper-button-next:hover i {
	color: #ffffff;
}

/*新闻资讯*/
.news{
	background: url(../images/newsbg.jpg) no-repeat center bottom #fff;
	padding: 100px 0;
}
.news .list{
	margin-top: 50px;
}
.news .list li .pic{
	height: 300px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.news .list li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news .list li .pic span{
	display: block;
	width: 90px;
	line-height: 34px;
	font-size: 14px;
	font-family: din;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 2;
}
.news .list li .content{
	width: calc(100% - 40px);
	margin: -30px auto 0;
	position: relative;
	z-index: 5;
	padding: 30px 30px 24px;
	transition: all 0.4s;
}
.news .list li .content:before{
	content: "";
	width: 100%;
	height: 3px;
	background: #e5e5e5;
	position: absolute;
	bottom: 0;
    left: 0;
	z-index: -1;
	transition: all 0.4s;
}
.news .list li .content h3{
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1 ;
	-webkit-box-orient:vertical;
}
.news .list li .content p{
	font-size: 14px;
	line-height: 26px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient:vertical;
}
.news .list li:hover .pic img{
	transform: scale(1.1);
}
.news .list li:hover .pic span{
	background: #1d8dcd;
}
.news .list li:hover .content{
	transform: translateY(-15px);
}
.news .list li:hover .content:before{
	height: 100%;
	background: #3ba6e4;
}
.news .list li:hover .content h3{
	color: #fff;
}
.news .list li:hover .content p{
	color: #fff;
}
.news .swiper-pagination{
	/*display: none;*/
}


.indexproduct{
	background: #fff;
	padding-bottom: 100px;
}
.indexproduct .list{
	margin-top: 50px;
}
.indexproduct .list li .pic{
	height: 300px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.indexproduct .list li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.indexproduct .list li .pic span{
	display: block;
	width: 90px;
	line-height: 34px;
	font-size: 14px;
	font-family: din;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 2;
}
.indexproduct .list li .content{
	width: calc(100% - 40px);
	margin: -30px auto 0;
	position: relative;
	z-index: 5;
	padding: 30px 30px 24px;
	transition: all 0.4s;
}
.indexproduct .list li .content:before{
	content: "";
	width: 100%;
	height: 3px;
	background: #e5e5e5;
	position: absolute;
	bottom: 0;
    left: 0;
	z-index: -1;
	transition: all 0.4s;
}
.indexproduct .list li .content h3{
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1 ;
	-webkit-box-orient:vertical;
}
.indexproduct .list li .content p{
	font-size: 14px;
	line-height: 26px;
	color: #999;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient:vertical;
}
.indexproduct .sy-title p a{ border: solid 1px #ddd; padding: 10px 50px;}
.indexproduct .sy-title p a:hover{ border: solid 1px #3ba6e4; background: #3ba6e4; color: #fff;}
.indexproduct .list li:hover .pic img{
	transform: scale(1.1);
}
.indexproduct .list li:hover .pic span{
	background: #1d8dcd;
}
.indexproduct .list li:hover .content{
	transform: translateY(-15px);
}
.indexproduct .list li:hover .content:before{
	height: 100%;
	background: #3ba6e4;
}
.indexproduct .list li:hover .content h3{
	color: #fff;
}
.indexproduct .list li:hover .content p{
	color: #fff;
}
.indexproduct .swiper-pagination{
	/*display: none;*/
}



@media only screen and (max-width: 1600px) {
	
	/*banner*/
	.banner .sy-ban {
   		padding: 90px 8% 0;
    }
    .banner .sy-ban .content h3 {
	    font-size: 24px;
	}
    .banner .sy-ban .content h2 {
	    font-size: 60px;
	    line-height: 80px;
	    margin: 15px 0 20px;
	}
	.banner .sy-ban .content a {
	    width: 170px;
	    line-height: 56px;
	    margin-top: 80px;
	}
	.banner .swiper-button-prev {
	    left: 1%;
	}
	.banner .swiper-button-next {
	    right: 1%;
	}
	
	/*产品中心*/
	.product .list li {
	    padding: 20px 20px;
	}
	/*.product .list li:nth-child(1) .content,
	.product .list li:nth-child(4) .content {
	    padding-right: 70px;
	}
	.product .list li:nth-child(2) .content,
	.product .list li:nth-child(3) .content {
	    padding-left: 70px;
	}*/
	.product .list .content .title {
	    font-size: 30px;
	    line-height: 36px;
	}
	.product .list .content p{
		line-height: 26px;
		margin: 20px 0 40px;
	}
	.product .list .content .more {
	    line-height: 46px;
	}
	
	/*成功案例*/
	.case .list ul li .title {
	    height: 120px;
	}
	.case .list ul li .title a {
	    font-size: 22px;
	}
}

@media only screen and (max-width: 1440px) {
	/*首页 栏目标题*/
	.sy-title h2 {
		font-size: 40px;
	}
	.sy-title p {
		font-size: 15px;
		margin-top: 20px;
	}
	
	/*banner*/
	.banner .sy-ban {
   		padding: 80px 8% 0;
    }
    .banner .sy-ban .content h2 {
	    font-size: 56px;
	    line-height: 70px;
	}
	.banner .sy-ban .content a {
	    width: 160px;
	    line-height: 54px;
	    margin-top: 80px;
	}
	
	/*产品中心*/
	.product .list li {
	    /*padding: 70px 60px;*/
	}
	/*.product .list li:nth-child(1) .content,
	.product .list li:nth-child(4) .content {
	    padding-right: 60px;
	}
	.product .list li:nth-child(2) .content,
	.product .list li:nth-child(3) .content {
	    padding-left: 60px;
	}*/
	.product .list .content .title {
	    font-size: 24px;
	    line-height: 30px;
	}
	.product .list .content p{
		line-height: 24px;
		margin: 10px 0 30px;
	}
	.product .list .content .more {
		width: 110px;
	    line-height: 42px;
	}
	
	/*服务理念*/
	.service{
		padding: 8% 0;
	}
	.service .content p {
	    margin: 30px 0 50px;
	}
	.service .content a {
	    width: 160px;
	    line-height: 56px;
	}
	.service .content a i svg{
		width: 14px;
		height: 14px;
	}
	
	/*关于我们*/
	.about {
	    padding: 80px 0;
	}
	.about .left{
		width: calc(100% - 440px);
	}
	.about .left .title h2 {
	    font-size: 42px;
	    margin-bottom: 32px;
	}
	.about .left .content .letter {
	    font-size: 80px;
	    line-height: 70px;
	    left: -5px;
	    top: -40px;
	}
	.about .left .content .pic {
	    height: 420px;
	}
	.about .left .content .pic img{
		width: 100%;
	    height: 100%;
	    object-fit: cover;
	}
	
	.about .right {
	    width: 440px;
	    padding: 40px 50px;
	}
	.about .right .title h3 {
	    font-size: 36px;
	    line-height: 48px;
	}
	.about .right .title span {
	    font-size: 14px;
	    margin: 10px 0 20px;
	    line-height: 1.6;
	}
	.about .right .content {
	    margin: 40px 0 30px;
	    padding-bottom: 24px;
	}
	.about .right .content p {
	    line-height: 24px;
	    font-size: 14px;
	}
	.about .right .data ul li .counter {
	    font-size: 45px;
	    line-height: 36px;
	}
	.about .right .data ul li em {
	    font-size: 16px;
	}
	.about .right .data ul li p {
	    margin-top: 12px;
	}
	
	/*成功案例*/
	.case .sy-title {
	    padding: 60px 0;
	}
	.case .list ul li .title {
	    height: 110px;
	    padding: 0 30px;
	}
	.case .list ul li .title a {
	    font-size: 18px;
	}
	.case .switch{
		padding: 0 40px;
	}
	
	/*新闻资讯*/
	.news {
	    padding: 80px 0;
	}
	.news .list {
	    margin-top: 40px;
	}
	.news .list li .pic {
	    height: 260px;
	}
	.news .list li .content {
	    padding: 24px 24px 20px;
	}
	.news .list li .content h3 {
	    font-size: 16px;
	    margin-bottom: 15px;
	}
	.news .list li .content p {
	    line-height: 24px;
	}
}

@media only screen and (max-width: 1200px) {
	/*首页 栏目标题*/
	.sy-title h2 {
		font-size: 36px;
	}
	.sy-title p {
		font-size: 14px;
	}
	/*banner*/
	.banner .sy-ban {
   		padding: 80px 8% 0;
    }
    .banner .sy-ban .content h3 {
	    font-size: 20px;
	}
    .banner .sy-ban .content h2 {
	    font-size: 48px;
	    line-height: 60px;
	}
	.banner .sy-ban .content a {
	    width: 150px;
	    line-height: 52px;
	    margin-top: 70px;
	}
	/*产品中心*/
	.product .list li {
	    /*padding: 60px;*/
	}
	.product .list li .content,
	.product .list li .pic{
		width: 100%;
	}
	/*.product .list li:nth-child(1) .content,
	.product .list li:nth-child(4) .content {
	    padding-right: 0;
	}
	.product .list li:nth-child(2) .content,
	.product .list li:nth-child(3) .content {
	    padding-left: 0;
	}*/
	.product .list li .content{
		margin-bottom: 30px;
	}
	
	/*服务理念*/
	.service{
		padding: 70px 0;
	}
	.service .content p {
	    margin: 20px 0 40px;
	}
	.service .content a {
	    line-height: 56px;
	}
	
	/*关于我们*/
	.about {
	    padding: 70px 0;
	}
	.about .left{
		width: 100%;
	}
	.about .left .title h2 {
	    font-size: 42px;
	    margin-bottom: 32px;
	}
	.about .left .content {
	    margin-top: 70px;
	}
	.about .left .content .letter {
	    font-size: 100px;
	    line-height: 90px;
	    left: -6px;
    	top: -50px;
	}
	.about .left .content .pic {
	    height: auto;
	}
	.about .right {
	    width: 100%;
	    padding: 50px;
	    border-top: none;
	}
	.about .right .title h3 {
	    font-size: 42px;
	    line-height: 48px;
	}
	.about .right .content {
	    margin: 30px 0 40px;
	    padding-bottom: 30px;
	}
	.about .right .content p {
	    line-height: 28px;
	    font-size: 15px;
	}
	.about .right .data ul{
		justify-content: center;
	}
	.about .right .data ul li{
		padding: 0 40px;
	}
	.about .right .data ul li .counter {
	    font-size: 60px;
	    line-height: 48px;
	}
	.about .right .data ul li p br{
	    display: none;
	}
	
	/*成功案例*/
	.case .sy-title {
	    padding: 50px 0;
	}
	.case .list {
	    margin-bottom: 40px;
	}
	.case .list ul li .title a {
	    font-size: 20px;
	}
	
	/*新闻资讯*/
	.news {
	    padding: 70px 0;
	}
	.news .list li .pic {
	    height: 180px;
	}
	.news .list li .pic span {
	    left: 15px;
	    top: 15px;
	}
	.news .list li .content {
	    padding: 24px 20px 20px;
	    width: calc(100% - 30px);
	}
	.news .list li .content h3 {
	    font-size: 15px;
	    margin-bottom: 12px;
	}
	.news .list li .content p {
	    -webkit-line-clamp: 2;
	}
}

@media only screen and (max-width: 900px) {
	/*首页 栏目标题*/
	.sy-title h2 {
		font-size: 32px;
	}
	
	/*banner*/
	.banner {
	    height: 54vh;
	}
	.banner .sy-ban {
   		padding: 70px 20px 0;
    }
    .banner .sy-ban .content h3 {
	    font-size: 18px;
	}
    .banner .sy-ban .content h2 {
	    font-size: 32px;
	    line-height: 40px;
	    margin: 10px 0 15px;
	}
	.banner .sy-ban .content a {
	    width: 140px;
	    line-height: 48px;
	    margin-top: 50px;
	}
	.banner .swiper-button-prev,
	.banner .swiper-button-next{
		display: none;
	}
	
	/*产品中心*/
	.product .list li {
		width: 100%;
	    padding: 50px 40px;
	}
	.product .list li:nth-child(1),
	.product .list li:nth-child(3) {
	    background: #fff;
	}
	.product .list li:nth-child(2),
	.product .list li:nth-child(4) {
	    background: #f5f5f5;
	}
	.product .list li .content,
	.product .list li .pic{
		width: calc((100% - 50px) / 2);
	}
	.product .list li .content{
		margin-bottom: 0;
	}
	
	/*服务理念*/
	.service{
		padding: 70px 0;
	}
	.service .content p br{
		display: none;
	}
	.service .content a {
		width: 150px;
	    line-height: 50px;
	}
	
	/*关于我们*/
	.about {
	    padding: 60px 0;
	}
	.about .left .title h2 {
	    font-size: 36px;
	    margin-bottom: 24px;
	}
	.about .left .content .letter {
	    font-size: 90px;
	    line-height: 82px;
	    left: -5px;
    	top: -46px;
	}
	.about .right {
	    padding: 40px;
	}
	.about .right .title h3 {
	    font-size: 36px;
	    line-height: 1;
	}
	.about .right .content {
	    margin: 24px 0 30px;
	    padding-bottom: 24px;
	}
	
	/*成功案例*/
	.case .switch {
	    padding: 0 80px;
	}
	
	/*新闻资讯*/
	.news {
	    padding: 60px 0;
	}
	.news .list {
	    margin-top: 35px;
	}
	.news .list li .pic {
	    height: 220px;
	}
	.news .list li .pic span {
	    left: 20px;
	    top: 20px;
	}
	.news .list li .content {
	    padding: 30px 30px 24px;
	    width: calc(100% - 40px);
	}
	.news .list li .content h3 {
	    font-size: 16px;
	    margin-bottom: 15px;
	}
	.news .list li .content p {
	    -webkit-line-clamp: 3;
	}
}

@media only screen and (max-width: 767px) {
	/*首页 栏目标题*/
	.sy-title h2 {
		font-size: 28px;
	}
	.sy-title p {
	    line-height: 24px;
	    margin-top: 14px;
	}
	
	/*banner*/
	.banner {
	    height: 40vh;
	}
	.banner .sy-ban {
   		padding: 60px 14px 0;
    }
    .banner .sy-ban .content h3 {
	    font-size: 16px;
	}
    .banner .sy-ban .content h2 {
	    font-size: 28px;
	    line-height: 36px;
	    margin: 10px 0 15px;
	}
	.banner .sy-ban .content p{
	 	display: none;
	}
	.banner .sy-ban .content a {
	    width: 130px;
	    line-height: 46px;
	    margin-top: 30px;
	}
	
	/*产品中心*/
	.product .list li {
	    padding: 40px;
	}
	.product .list li .content,
	.product .list li .pic{
		width: 100%;
	}
	.product .list li .content{
		margin-bottom: 30px;
	}
	
	/*服务理念*/
	.service{
		padding: 50px 0;
	}
	.service .sy-title h2 {
		font-size: 24px;
	}
	.service .content p{
		line-height: 24px;
		margin: 20px 0 30px;
	}
	.service .content a {
		width: 140px;
	    line-height: 48px;
	}
	
	/*关于我们*/
	.about {
	    padding: 50px 0 40px;
	}
	.about .left .title h2 {
	    font-size: 28px;
	    margin-bottom: 20px;
	}
	.about .left .title i {
	    width: 40px;
	    height: 2px;
	}
	.about .left .content {
	    margin-top: 40px;
	}
	.about .left .content .letter {
	    font-size: 42px;
	    line-height: 40px;
	    left: -2px;
    	top: -22px;
	}
	.about .right {
		margin-top: 24px;
		padding: 0;
	    background: none;
    	box-shadow: none;
	}
	.about .right .title h3 {
	    font-size: 28px;
	    line-height: 38px;
	}
	.about .right .title span {
	    line-height: 1.5;
	}
	.about .right .title i {
	    width: 40px;
	    height: 2px;
	}
	.about .right .content {
	    margin: 20px 0;
	    padding-bottom: 20px;
	}
	.about .right .content p {
	    line-height: 24px;
	    font-size: 14px;
	}
	.about .right .data ul {
	    justify-content: space-between;
	}
	.about .right .data ul li {
	    padding: 0;
	}
	.about .right .data ul li p br{
	    display: block;
	}
	.about .right .data ul li .counter {
	    font-size: 42px;
	    line-height: 32px;
	}
	
	
	/*成功案例*/
	.case .sy-title {
	    padding: 40px 0 30px;
	}
	.case .list {
	    margin-bottom: 30px;
	}
	.case .list ul li .title {
	    height: 110px;
	    padding: 0 20px;
	}
	.case .list ul li .title a {
	    font-size: 16px;
	    line-height: 1.5;
	    margin-top: 12px;
	}
	.case .list ul li .pic i {
	    width: 40px;
	    height: 40px;
	}
	.case .list ul li .pic i svg{
	    width: 14px;
	    height: 14px;
	}
	.case .switch {
	    padding: 0 50px;
	}
	.case .switch .swiper-pagination {
	    width: calc(100% - 100px);
	    margin: 0 12px;
	}
	.case .switch .swiper-button-prev,
	.case .switch .swiper-button-next {
	    width: 38px;
	    height: 38px;
	}
	
	/*新闻资讯*/
	.news {
	    padding: 40px 0 50px;
	}
	.news .list {
	    margin-top: 24px;
	}
	.news .list li .content {
	    padding: 30px 20px 20px;
	}
	.news .swiper-pagination {
	    display: block;
	    margin-top: 30px;
	}
}